home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gPersonalNameCast, gPersonalIconCast, gNameCastCount, gIconCastCount
- set newCast to gPersonalIconCast - 1
- if newCast < 1 then
- set newCast to gIconCastCount
- end if
- set the castNum of sprite 5 to 500 + newCast
- set the castNum of sprite 6 to 210 + newCast
- set gPersonalIconCast to newCast
- set gPersonalNameCast to newCast
- updateStage()
- end
-